←Select platform

MemoryEfficientEnd(float[],Point2D) Method

Summary

Ends the 3D object creation process, making it ready for display.

Syntax

C#
VB
C++
public void MemoryEfficientEnd( 
   float[] imageOrientation, 
   Point2D pixelSpacing 
) 
  
Public Overloads Sub MemoryEfficientEnd( _ 
   ByVal imageOrientation() As Single, _ 
   ByVal pixelSpacing As Leadtools.Medicalviewer.Point2D _ 
)  
public: 
void MemoryEfficientEnd(  
   array<float>^ imageOrientation, 
   Leadtools.Medicalviewer.Point2D pixelSpacing 
)  

Parameters

imageOrientation
The orientation of the image. Get this value from the DICOM file.

pixelSpacing
The spacing between pixels. Get this value from the DICOM file.

Remarks

This method is used when a series of frames are sorted based on their image position coordinates.

Example

For an example, refer to Medical3DObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly